whost 0.1.1

Server host process: configuration and node service entry point
1
2
3
4
use std::marker::PhantomData;

/// libs/host/Configuration/PopulateObjectJsonConverter.cs:PopulateObjectJsonConverter
pub struct PopulateObjectJsonConverter<T>(PhantomData<T>);