Skip to content

`serde-json` for `no_std` programs

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

qiuchengxuan/serde-json-core

 
 

Repository files navigation

Forked from serde-json-core, removed heapless dependency and changed to using core::fmt::Formatter

Usage

struct AnyStruct {}

impl core::fmt::Display for AnyStruct {
    fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
        serde_json_core_fmt::to_fmt(f, self)
    }
}

About

`serde-json` for `no_std` programs

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%