drive/
lib.rs

1/*  Copyright 2015 MaidSafe.net limited
2
3    This MaidSafe Software is licensed to you under (1) the MaidSafe.net Commercial License,
4    version 1.0 or later, or (2) The General Public License (GPL), version 3, depending on which
5    licence you accepted on initial access to the Software (the "Licences").
6
7    By contributing code to the MaidSafe Software, or to this project generally, you agree to be
8    bound by the terms of the MaidSafe Contributor Agreement, version 1.0, found in the root
9    directory of this project at LICENSE, COPYING and CONTRIBUTOR respectively and also
10    available at: http://www.maidsafe.net/licenses
11
12    Unless required by applicable law or agreed to in writing, the MaidSafe Software distributed
13    under the GPL Licence is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
14    OF ANY KIND, either express or implied.
15
16    See the Licences for the specific language governing permissions and limitations relating to
17    use of the MaidSafe Software.                                                                 */
18
19#![crate_name = "drive"]
20#![crate_type = "lib"]
21#![doc(html_logo_url = "http://maidsafe.net/img/Resources/branding/maidsafe_logo.fab2.png",
22       html_favicon_url = "http://maidsafe.net/img/favicon.ico",
23              html_root_url = "http://dirvine.github.io/dirvine/drive/")]