rust-web-server 16.1.0

Collection of utility functions used to build Rust Web and TLS Server. Can be useful while developing HTTP related functionality
Documentation
[Read Me](https://github.com/bohdaq/rust-web-server/blob/main/README.md) > [Documentation](https://github.com/bohdaq/rust-web-server/tree/main/src/README.md)  > Null

# Null 

Representation of `null` in Rust. Initially needed by JSON module, but not limited to. 

Implements several Rust core traits:

- `FromStr`
- `Clone`
- `Debug`
- `PartialEq`
- `Display`

Additionaly implements Rust Web Server trait `New`.

In case of parse error returns `ParseNullError`. Error details specified within `message` field.

Previous topic | Current Topic | Next Topic
--- |---------------| ---
[URL]https://github.com/bohdaq/rust-web-server/tree/main/src/url | Null   | [Core]https://github.com/bohdaq/rust-web-server/tree/main/src/core