nu_plugin_to_bson 0.44.0

A converter plugin to the bson format for Nushell
Documentation
1
2
3
4
mod nu;
mod to_bson;

pub use to_bson::ToBson;