Skip to content

ZOwl/holochain-serialization

 
 

Repository files navigation

holochain_serialization

Project Chat

Twitter Follow

License: Apache-2.0

Overview

The holochain_serialization library. Provides serialization features and derivers for holochain types. Currently only json is supported but other formats will be added in the future.

Example

use holochain_json_api::{JsonString, error::JsonError};

#[derive(Clone, Debug, Serialize, Deserialize, DefaultJson)]
pub struct User { name:string, id:u64 };

License

License: Apache-2.0

Copyright (C) 2019, Holochain Foundation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Abstractions to probably serialize and deserialize things properly without forgetting or doubling

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 92.1%
  • Nix 7.5%
  • Other 0.4%