rtoml

A fast TOML library for python implemented in rust.

MIT License

Downloads
292.1K
Stars
317
Committers
15
rtoml - v0.10 Latest Release

Published by samuelcolvin 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/samuelcolvin/rtoml/compare/v0.9...v0.10

rtoml - v0.9

Published by samuelcolvin almost 2 years ago

What's Changed

  • uprev pyo3 and fix linting #47
  • switch to maturin for build #48
  • add 3.11 #49
  • rewriting benchmarks #50
  • Improve performance of serializer significantly #51
  • Custom deserializer #52

Full Changelog: https://github.com/samuelcolvin/rtoml/compare/v0.8...v0.9

rtoml - v0.8

Published by samuelcolvin over 2 years ago

  • Add pyproject.toml by @oittaa in #33
  • uprev dependencies in #41
  • trying arm64 build on macos in #34
  • Update to pyo3 0.16 by @messense in #37
  • Add missing lockfile to sdist by @jameshilliard in #38
  • try to fix macos build in #42
  • ⬆️ Pump toml-rs to 0.5.9 to fix #39 by @pwwang in #40
  • testing new public datetime types from toml-rs in #30
  • compilation optimisations in #43

Full Changelog: https://github.com/samuelcolvin/rtoml/compare/v0.7.1...v0.8

rtoml - v0.7.1

Published by samuelcolvin almost 3 years ago

Full Changelog: https://github.com/samuelcolvin/rtoml/compare/v0.6.1...v0.7.1

rtoml - v0.7

Published by samuelcolvin over 3 years ago

  • Performance improvement: removing parse_datetime python function, implement in rust, #25
  • Add pytomlpp and tomli to benchmarks, #24
rtoml - v0.6.1

Published by samuelcolvin over 3 years ago

  • update type hints to show that only dicts can be returned when loading toml 5a86f34
rtoml - v0.6

Published by samuelcolvin over 3 years ago

  • python 3.9 pypi classifier 0779d2c
  • preserve order when loading and dumping dicts #19
  • rename branch master -> main a7f9c22
rtoml - v0.5

Published by samuelcolvin over 3 years ago

  • tests and binary build for python 3.9 #17
  • switch from manylinux2010 to manylinux2014 0262c92
  • uprev rust dependencies: toml-rs==0.5.8, serde==1.0.123, pyo3=0.13.1 #16
  • uprev all build, test and linting dependencies to latest versions #16
rtoml - v0.4

Published by samuelcolvin about 4 years ago

pretty dumping

rtoml - v0.3

Published by samuelcolvin almost 5 years ago

Add macos and windows binaries.

rtoml - v0.2

Published by samuelcolvin almost 5 years ago

First proper release.