debugit 0.1.0

Debug any value without trait bounds using specialization (Rust nightly channel)
Documentation

debugit
=======

Debug anything (with Rust nightly compiler), without needing trait bounds.
Using specialization.

Falls back to a useless, but still compiling version on the stable channel.

Please read the `API documentation here`__

__ https://docs.rs/debugit

|build_status|_ |crates|_

.. |build_status| image:: https://travis-ci.org/bluss/debugit.svg?branch=master
.. _build_status: https://travis-ci.org/bluss/debugit

.. |crates| image:: http://meritbadge.herokuapp.com/debugit
.. _crates: https://crates.io/crates/debugit

Recent Changes
--------------


License
-------

Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0 or the MIT license
http://opensource.org/licenses/MIT, at your
option. This file may not be copied, modified, or distributed
except according to those terms.