#json #ntp #protocols #rust

jsontp

The reference implementation of the JSONTP protocol in Rust

4 releases

0.1.3 Feb 23, 2024
0.1.2 Feb 23, 2024
0.1.1 Feb 23, 2024
0.1.0 Feb 22, 2024

#819 in Network programming

Download history 275/week @ 2024-02-20 84/week @ 2024-02-27 3/week @ 2024-03-05 4/week @ 2024-03-12 4/week @ 2024-03-26 21/week @ 2024-04-02

75 downloads per month

Apache-2.0

38KB
830 lines

jsontp/lib/rust

  • this is the rust implementation of the jsontp library
  • it aims to be a 1:1 implementation of the jsontp library in rust
  • it will eventually be the gold standard reference implementation for the jsontp library, fully compliant and compatible with the spec
  • it implements a "Builder-style" client interface, and a similar route-based server interface, not dissimilar to Python's Flask library, which I am personally quite fond of

Dependencies

~4–11MB
~107K SLoC