GithubHelp home page GithubHelp logo

byron / yaml Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 234 KB

YAML support for Serde

Home Page: http://serde-rs.github.io/serde/yaml

License: MIT License

Rust 90.27% Makefile 0.67% Python 5.87% RenderScript 3.18%

yaml's Introduction

YAML serialization and deserialization. It follows the YAML Spec 1.2.

Current State

Build Status Latest Version

The project is so early in development that it cannot be used at all.

Test-Driven Development

All development is backed by at least one unit- or integration-test. To keep the source files as light and small as possible, unit-tests are put in place where integration tests would usually be. Taken that into consideration, we might end up not differentiating between these types too much after all.

When testing serialization, we will use syntex to generate the serialization code needed for our test-data structures. The desired output is generated by a python program which uses an existing pure-python implementation of YAML for reference.

All dependencies between generated files are help within our top-level Makefile. It is made so that the default target will print a help text with all available targets.

To run tests and assure all generated files are up-to-date, please run make test.

Prerequisites

To run tests using the provided infrastructure, you will need the following:

  • make
    • The make program deals with inter-file dependencies and runs the correct processes
  • wget
    • is used to install the python virtual environment

Please note that the build system is not expected to work on Windows.

Running Tests

As the repository contains all required files (even the generated ones), you are able to run tests without any prerequisites and on Windows using cargo test.

Development Screencasts

All development is recorded and made available on YouTube. No cutting, no script, just my plain day, every day, coding with narration.

What is YAML

TODO

Limitations

This paragraph contains the differences of the implementation compared to the requirements of the underlying yaml specification.

  • NO SERIALZATION SUPPORT
  • NO DESERIALIZTION SUPPORT

Deviations from the Spec

This is an exhaustive list items showing where this implementation deviates from the recommendations of the SPEC.

  • TODO ...

yaml's People

Contributors

byron avatar

Watchers

 avatar  avatar  avatar

Forkers

kodraus

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.